

.outlet-cover-photo{
	height:170px;
	width:100%;
	box-shadow: 0 0 4px;
}

.outlet-cover-photo img{
	height:100%;
	width:100%;
	object-fit:cover;
}

.outlet-properties .row .label{
	font-weight:600;
}

.outlet-properties .row{
	margin-bottom:10px;
}

.bottom-buttons{
	margin:10px;
}

.bottom-buttons button{
	width:100%;
	height:40px;
	color:#fff;
	border:1px solid #FFC300;
	background:#FFC300;
}

.bottom-buttons button:active{
	color:#fff;
	border:1px solid #DAF7A6;
	background:#DAF7A6;	
}

.bottom-buttons button:hover{
	color:#fff;
	border:1px solid #DAF7A6;
	background:#DAF7A6;	
}